Add

class Add(val entity: Entity) : EntityListEvent(source)

This is called when an entity is added to the world.

Constructors

Link copied to clipboard
constructor(entity: Entity)

Properties

Link copied to clipboard
val entity: Entity

The entity being added/removed.